home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941221-19950208 / 000412_news@columbia.edu_Sat Feb 4 04:53:54 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA05770
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sat, 4 Feb 1995 13:30:32 -0500
  3. Received: by apakabar.cc.columbia.edu id AA00692
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sat, 4 Feb 1995 13:30:31 -0500
  5. Path: news.columbia.edu!panix!news.mathworks.com!udel!gatech!swrinde!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Ansi Emulation and Kermit =)
  9. Message-Id: <1995Feb4.105354.40551@cc.usu.edu>
  10. Date: 4 Feb 95 10:53:54 MDT
  11. References: <1995Feb4.103836.40550@cc.usu.edu>
  12. Organization: Utah State University
  13. Lines: 27
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <1995Feb4.103836.40550@cc.usu.edu>, kennethb@cc.usu.edu (Ken Brush) writes:
  17. > I have a problem. When I start out in ANSI it says on the little bar line:
  18. > Esc: Alt-x help: Alt-h 2:barney.usu.edu            7n1 echo:rem ANSI ....
  19. > Ok but it does vt320 emulation.
  20.  
  21.     No, it is not. You are seeing MSK report VT100 mode, which is a 7-bit
  22. device and which is as close as we can come to terminal types known to the 
  23. world. VMS has no conception of the PC modem BBS "ANSI" item, nor should it.
  24. I strongly recommend using VT320. VMS understands that very well.
  25.     Joe D.
  26.  
  27. > only when I change it to say this:
  28. > Esc: Alt-x help: Alt-h 2:barney.usu.edu         8n1 echo:rem ANSI ....
  29. > will it do ANSI emulation.
  30. > Is this a bug? Also the only way I have been able to change the 7n1 to 8n1 is
  31. > by doing this:
  32. > <alt-x>
  33. > MS-Kermit> set ter typ vt320
  34. > MS-Kermit> c
  35. > <hit  enter a few times>
  36. > <alt-x>
  37. > MS-Kermit> set ter typ ansi
  38. > MS-Kermit> c
  39. > and boom I have ansi emulation again.
  40. > So could someone tell me a way to set the 7n1 to 8n1 in my mskermit.ini file?
  41. > Anyone? Anyone?
  42. > Bueller?